projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759c621
)
Typo fix.
author
robertl
<robertl>
Fri, 19 Jan 2007 16:23:53 +0000
(16:23 +0000)
committer
robertl
<robertl>
Fri, 19 Jan 2007 16:23:53 +0000
(16:23 +0000)
csv_util.c
patch
|
blob
|
history
diff --git
a/csv_util.c
b/csv_util.c
index 9b85b005c0762154324832103b2f6d0586cda11c..ceb4c5f8ac01cf17f289c6fd9270f85d2cbb7fe3 100644
(file)
--- a/
csv_util.c
+++ b/
csv_util.c
@@
-1011,7
+1011,7
@@
xcsv_data_read(void)
/* Whack trailing space; leading space may matter if our field sep
* is whitespace and we have leading whitespace.
*/
-
buff =
rtrim(buff);
+ rtrim(buff);
/* skip over x many lines on the top for the prologue... */
if ((xcsv_file.prologue_lines) && ((linecount - 1) <